/* /Pages/Home.razor.rz.scp.css */
.container[b-z7wpwwwc5i] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation - Updated */
.navbar[b-z7wpwwwc5i] {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(59, 130, 246, 0.3);
}

    .navbar.scrolled[b-z7wpwwwc5i] {
        background: rgba(15, 23, 42, 0.98);
        box-shadow: 0 2px 20px rgba(59, 130, 246, 0.2);
    }

.nav-container[b-z7wpwwwc5i] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.nav-logo[b-z7wpwwwc5i] {
    display: flex;
    align-items: center;
}

.logo-img[b-z7wpwwwc5i] {
    height: 50px;
    width: auto;
    border-radius:55%;
    box-shadow: #8b5cf6  0px 0px 15px;
    transition: transform 0.3s ease;
}

.nav-logo:hover .logo-img[b-z7wpwwwc5i] {
    transform: scale(1.05);
}

.nav-menu[b-z7wpwwwc5i] {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-item[b-z7wpwwwc5i] {
    position: relative;
}

.nav-link[b-z7wpwwwc5i] {
    text-decoration: none;
    color: #e2e8f0;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
}

    .nav-link[b-z7wpwwwc5i]::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #06b6d4, #3b82f6);
        transition: width 0.3s ease;
    }

    .nav-link:hover[b-z7wpwwwc5i] {
        color: #06b6d4;
    }

        .nav-link:hover[b-z7wpwwwc5i]::after {
            width: 100%;
        }

    /* Active navigation link */
    .nav-link.active[b-z7wpwwwc5i] {
        color: #06b6d4;
    }

        .nav-link.active[b-z7wpwwwc5i]::after {
            width: 100%;
        }

.nav-cta[b-z7wpwwwc5i] {
    margin-left: 1rem;
}

.nav-link-cta[b-z7wpwwwc5i] {
    text-decoration: none;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
}

    .nav-link-cta:hover[b-z7wpwwwc5i] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(6, 182, 212, 0.5);
    }

.hamburger[b-z7wpwwwc5i] {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar[b-z7wpwwwc5i] {
    width: 25px;
    height: 3px;
    background: #e2e8f0;
    margin: 3px 0;
    transition: 0.3s;
}

/* Mobile Navigation */
@media (max-width: 992px) {
    .hamburger[b-z7wpwwwc5i] {
        display: flex;
    }

    .nav-menu[b-z7wpwwwc5i] {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.3);
        padding: 2rem 0;
        border-top: 1px solid rgba(59, 130, 246, 0.3);
        gap: 0;
        z-index: 1000;
    }

        .nav-menu.active[b-z7wpwwwc5i] {
            left: 0;
        }

    .nav-item[b-z7wpwwwc5i] {
        margin: 1.5rem 0;
    }

    .nav-link[b-z7wpwwwc5i] {
        font-size: 1.1rem;
        padding: 10px;
        display: inline-block;
    }

    .nav-cta[b-z7wpwwwc5i] {
        margin: 1rem 0;
    }

    .nav-link-cta[b-z7wpwwwc5i] {
        display: inline-block;
        padding: 12px 30px;
    }

    .hamburger.active .bar:nth-child(2)[b-z7wpwwwc5i] {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1)[b-z7wpwwwc5i] {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3)[b-z7wpwwwc5i] {
        transform: translateY(-8px) rotate(-45deg);
    }
}

/* Hero Section */
.hero[b-z7wpwwwc5i] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #3730a3 50%, #7c3aed 75%, #db2777 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

    .hero[b-z7wpwwwc5i]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(59,130,246,0.1)" points="0,1000 1000,0 1000,1000"/></svg>');
        background-size: cover;
    }

    .hero[b-z7wpwwwc5i]::after {
        content: "";
        position: absolute;
        top: 20%;
        left: 10%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
        border-radius: 50%;
        animation: float-b-z7wpwwwc5i 6s ease-in-out infinite;
    }

.hero-container[b-z7wpwwwc5i] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content[b-z7wpwwwc5i] {
    animation: slideInLeft-b-z7wpwwwc5i 1s ease-out;
}

.hero-title[b-z7wpwwwc5i] {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 0%, #3b82f6 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-z7wpwwwc5i] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.hero-buttons[b-z7wpwwwc5i] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn[b-z7wpwwwc5i] {
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.btn-primary[b-z7wpwwwc5i] {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

    .btn-primary:hover[b-z7wpwwwc5i] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
    }

.btn-secondary[b-z7wpwwwc5i] {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

    .btn-secondary:hover[b-z7wpwwwc5i] {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
        transform: translateY(-2px);
    }

.hero-image[b-z7wpwwwc5i] {
    position: relative;
    animation: slideInRight-b-z7wpwwwc5i 1s ease-out;
    height: 400px;
}

.floating-card[b-z7wpwwwc5i] {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    animation: float-b-z7wpwwwc5i 3s ease-in-out infinite;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

    .floating-card.card-1[b-z7wpwwwc5i] {
        top: 20%;
        left: 10%;
        animation-delay: 0s;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(139, 92, 246, 0.2) 100%);
    }

    .floating-card.card-2[b-z7wpwwwc5i] {
        top: 50%;
        right: 10%;
        animation-delay: 1s;
        background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(219, 39, 119, 0.2) 100%);
    }

    .floating-card.card-3[b-z7wpwwwc5i] {
        bottom: 30%;
        left: 25%;
        animation-delay: 2s;
        background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%);
    }

    .floating-card.card-4[b-z7wpwwwc5i] {
        top: 10%;
        right: 30%;
        animation-delay: 0.5s;
        background: linear-gradient(135deg, rgba(251, 191, 36, 0.2) 0%, rgba(245, 158, 11, 0.2) 100%);
    }

    .floating-card.card-5[b-z7wpwwwc5i] {
        bottom: 60%;
        right: 5%;
        animation-delay: 1.5s;
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.2) 100%);
    }

    .floating-card.card-6[b-z7wpwwwc5i] {
        top: 50%;
        left: 5%;
        animation-delay: 2.5s;
        background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.2) 100%);
    }

    .floating-card.card-7[b-z7wpwwwc5i] {
        bottom: 10%;
        right: 35%;
        animation-delay: 3s;
        background: linear-gradient(135deg, rgba(168, 85, 247, 0.2) 0%, rgba(147, 51, 234, 0.2) 100%);
    }

.card-icon[b-z7wpwwwc5i] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.floating-card h4[b-z7wpwwwc5i] {
    font-size: 1rem;
    font-weight: 600;
    color: white;
}

.scroll-indicator[b-z7wpwwwc5i] {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce-b-z7wpwwwc5i 2s infinite;
    z-index: 3;
}

.scroll-arrow[b-z7wpwwwc5i] {
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

/* Services Section */
.services[b-z7wpwwwc5i] {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.section-header[b-z7wpwwwc5i] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title[b-z7wpwwwc5i] {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #eef63b 0%, #a9f65c 50%, #73d406 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.section-subtitle[b-z7wpwwwc5i] {
    font-size: 1.125rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
}

.services-grid[b-z7wpwwwc5i] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.service-card[b-z7wpwwwc5i] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 1px solid rgba(59, 130, 246, 0.2);
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}

    .service-card[b-z7wpwwwc5i]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #3b82f6, #8b5cf6, #06b6d4);
    }

    .service-card.animate[b-z7wpwwwc5i] {
        opacity: 1;
        transform: translateY(0);
    }

    .service-card:hover[b-z7wpwwwc5i] {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
        border-color: rgba(59, 130, 246, 0.5);
        background: linear-gradient(135deg, #334155 0%, #475569 100%);
    }

.service-icon[b-z7wpwwwc5i] {
    margin-bottom: 1.5rem;
}

.icon-bg[b-z7wpwwwc5i] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 1rem;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.service-card h3[b-z7wpwwwc5i] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 1rem;
}

.service-card p[b-z7wpwwwc5i] {
    color: #94a3b8;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-features[b-z7wpwwwc5i] {
    list-style: none;
}

    .service-features li[b-z7wpwwwc5i] {
        color: #cbd5e1;
        margin-bottom: 0.5rem;
        position: relative;
        padding-left: 1.5rem;
    }

        .service-features li[b-z7wpwwwc5i]::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #10b981;
            font-weight: bold;
        }

/* Values Section */
.values[b-z7wpwwwc5i] {
    padding: 100px 0;
    background: linear-gradient(135deg, #7c3aed 0%, #db2777 50%, #f59e0b 100%);
    position: relative;
}

    .values[b-z7wpwwwc5i]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
    }

.values-content[b-z7wpwwwc5i] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.value-item[b-z7wpwwwc5i] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateX(-30px);
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .value-item.animate[b-z7wpwwwc5i] {
        opacity: 1;
        transform: translateX(0);
    }

.value-number[b-z7wpwwwc5i] {
    font-size: 2rem;
    font-weight: 700;
    color: #fbbf24;
    min-width: 60px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.value-content h3[b-z7wpwwwc5i] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.value-content p[b-z7wpwwwc5i] {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.values-visual[b-z7wpwwwc5i] {
    opacity: 0;
    transform: translateX(30px);
}

    .values-visual.animate[b-z7wpwwwc5i] {
        opacity: 1;
        transform: translateX(0);
    }

.stats-container[b-z7wpwwwc5i] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 20px;
    padding: 3rem;
    color: white;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.stat-item[b-z7wpwwwc5i] {
    margin-bottom: 2rem;
}

.stat-number[b-z7wpwwwc5i] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-z7wpwwwc5i] {
    font-size: 1rem;
    opacity: 0.9;
    color: #94a3b8;
}

/* Testimonials Section */
.testimonials[b-z7wpwwwc5i] {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.testimonials-slider[b-z7wpwwwc5i] {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.testimonial-track[b-z7wpwwwc5i] {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-card[b-z7wpwwwc5i] {
    min-width: 100%;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    opacity: 0.7;
    transform: scale(0.95);
    transition: all 0.5s ease;
    border: 1px solid rgba(59, 130, 246, 0.2);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

    .testimonial-card[b-z7wpwwwc5i]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #f59e0b, #ef4444, #8b5cf6);
    }

    .testimonial-card.active[b-z7wpwwwc5i] {
        opacity: 1;
        transform: scale(1);
        border-color: rgba(59, 130, 246, 0.5);
    }

.stars[b-z7wpwwwc5i] {
    color: #fbbf24;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.testimonial-content p[b-z7wpwwwc5i] {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-author[b-z7wpwwwc5i] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar[b-z7wpwwwc5i] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.author-info h4[b-z7wpwwwc5i] {
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 0.25rem;
}

.author-info span[b-z7wpwwwc5i] {
    color: #94a3b8;
    font-size: 0.875rem;
}

.testimonial-controls[b-z7wpwwwc5i] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.testimonial-btn[b-z7wpwwwc5i] {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

    .testimonial-btn:hover[b-z7wpwwwc5i] {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
    }

.testimonial-dots[b-z7wpwwwc5i] {
    display: flex;
    gap: 0.5rem;
}

.dot[b-z7wpwwwc5i] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #475569;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .dot.active[b-z7wpwwwc5i] {
        background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
        transform: scale(1.2);
        box-shadow: 0 2px 8px rgba(59, 130, 246, 0.5);
    }

/* Contact Section */
.contact[b-z7wpwwwc5i] {
    padding: 100px 0;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 50%, #8b5cf6 100%);
    position: relative;
}

    .contact[b-z7wpwwwc5i]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
    }

.contact-content[b-z7wpwwwc5i] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    position: relative;
    z-index: 2;
}

.contact-description[b-z7wpwwwc5i] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.contact-details[b-z7wpwwwc5i] {
    margin-top: 2rem;
}

.contact-item[b-z7wpwwwc5i] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-icon[b-z7wpwwwc5i] {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4);
}

.contact-item h4[b-z7wpwwwc5i] {
    font-weight: 700;
    color: white;
    margin-bottom: 0.25rem;
}

.contact-item p[b-z7wpwwwc5i] {
    color: rgba(255, 255, 255, 0.8);
}

.contact-form[b-z7wpwwwc5i] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.form-group[b-z7wpwwwc5i] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-z7wpwwwc5i] {
        display: block;
        font-weight: 600;
        color: #f1f5f9;
        margin-bottom: 0.5rem;
    }

    .form-group input[b-z7wpwwwc5i],
    .form-group select[b-z7wpwwwc5i],
    .form-group textarea[b-z7wpwwwc5i] {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid #475569;
        border-radius: 8px;
        font-size: 1rem;
        transition: all 0.3s ease;
        background: #334155;
        color: #f1f5f9;
    }

        .form-group input:focus[b-z7wpwwwc5i],
        .form-group select:focus[b-z7wpwwwc5i],
        .form-group textarea:focus[b-z7wpwwwc5i] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
            background: #475569;
        }

.btn-full[b-z7wpwwwc5i] {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border: none;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

    .btn-full:hover[b-z7wpwwwc5i] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
    }

/* Footer */
.footer[b-z7wpwwwc5i] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    padding: 60px 0 20px;
    border-top: 1px solid rgba(59, 130, 246, 0.3);
}

.footer-content[b-z7wpwwwc5i] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3[b-z7wpwwwc5i],
.footer-section h4[b-z7wpwwwc5i] {
    margin-bottom: 1rem;
    color: white;
}

.footer-section h3[b-z7wpwwwc5i] {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-section p[b-z7wpwwwc5i] {
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.social-links[b-z7wpwwwc5i] {
    display: flex;
    gap: 1rem;
}

.social-link[b-z7wpwwwc5i] {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0.5rem;
    border-radius: 8px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

    .social-link:hover[b-z7wpwwwc5i] {
        color: #3b82f6;
        background: rgba(59, 130, 246, 0.2);
        border-color: rgba(59, 130, 246, 0.4);
    }

.footer-links[b-z7wpwwwc5i] {
    list-style: none;
}

    .footer-links li[b-z7wpwwwc5i] {
        margin-bottom: 0.5rem;
    }

    .footer-links a[b-z7wpwwwc5i] {
        color: #94a3b8;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-links a:hover[b-z7wpwwwc5i] {
            color: #3b82f6;
        }

.footer-contact p[b-z7wpwwwc5i] {
    margin-bottom: 0.5rem;
}

.footer-bottom[b-z7wpwwwc5i] {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    text-align: center;
    color: #94a3b8;
}

/* Back to Top Button */
.back-to-top[b-z7wpwwwc5i] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

    .back-to-top.show[b-z7wpwwwc5i] {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover[b-z7wpwwwc5i] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
    }

/* Enhanced Animations */
@keyframes slideInLeft-b-z7wpwwwc5i {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight-b-z7wpwwwc5i {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float-b-z7wpwwwc5i {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes bounce-b-z7wpwwwc5i {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes pulse-b-z7wpwwwc5i {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
    }
}

@keyframes glow-b-z7wpwwwc5i {
    0%, 100% {
        text-shadow: 0 0 5px rgb(246, 173, 59, 0,00), 0 0 10px rgb(246, 236, 59, 0,50), 0 0 15px rgb(198, 246, 59, 0,50);
    }

    50% {
        text-shadow: 0 0 10px rgba(139, 92, 246, 0.8), 0 0 20px rgba(139, 92, 246, 0.8), 0 0 30px rgba(139, 92, 246, 0.8);
    }
}

/* Additional Effects */
.service-card[b-z7wpwwwc5i] {
    animation: pulse-b-z7wpwwwc5i 4s infinite;
}

.section-title[b-z7wpwwwc5i] {
    animation: glow-b-z7wpwwwc5i 3s ease-in-out infinite alternate;
}

.floating-card:hover[b-z7wpwwwc5i] {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.btn:hover[b-z7wpwwwc5i] {
    animation: pulse-b-z7wpwwwc5i 1.5s infinite;
}

.author-avatar[b-z7wpwwwc5i] {
    animation: pulse-b-z7wpwwwc5i 3s infinite;
}

.contact-icon[b-z7wpwwwc5i] {
    animation: float-b-z7wpwwwc5i 2s ease-in-out infinite;
}

.nav-logo h2[b-z7wpwwwc5i] {
    animation: glow-b-z7wpwwwc5i 4s ease-in-out infinite alternate;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-container[b-z7wpwwwc5i] {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .hero-title[b-z7wpwwwc5i] {
        font-size: 2.5rem;
    }

    .hero-buttons[b-z7wpwwwc5i] {
        justify-content: center;
    }

    .hero-image[b-z7wpwwwc5i] {
        height: 300px;
    }

    .services-grid[b-z7wpwwwc5i] {
        grid-template-columns: 1fr;
    }

    .values-content[b-z7wpwwwc5i] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-content[b-z7wpwwwc5i] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .section-title[b-z7wpwwwc5i] {
        font-size: 2rem;
    }

    .testimonial-controls[b-z7wpwwwc5i] {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-title[b-z7wpwwwc5i] {
        font-size: 2rem;
    }

    .hero-buttons[b-z7wpwwwc5i] {
        flex-direction: column;
        align-items: center;
    }

    .btn[b-z7wpwwwc5i] {
        width: 100%;
        max-width: 300px;
    }

    .floating-card[b-z7wpwwwc5i] {
        padding: 1rem;
    }

    .service-card[b-z7wpwwwc5i],
    .contact-form[b-z7wpwwwc5i] {
        padding: 1.5rem;
    }

    .stats-container[b-z7wpwwwc5i] {
        padding: 2rem;
    }

    .testimonial-card[b-z7wpwwwc5i] {
        padding: 2rem;
    }
}
